home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 2585 < prev    next >
Encoding:
Text File  |  1996-08-05  |  4.5 KB  |  135 lines

  1. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.networking
  2. Path: cs.umu.se!dvlaam
  3. From: dvlaam@cs.umu.se (Anders Arnholm)
  4. Subject: *** Problem with Goldengate/ethernet ***
  5. Message-ID: <DLsvGp.9w8.0.ume@cs.umu.se>
  6. Keywords: Goldengate ethernet problem
  7. Sender: news@cs.umu.se (News Administrator)
  8. Organization: Dept. of Computing Science, Umea Univ., 901 87 Umea, Sweden
  9. Date: Fri, 26 Jan 1996 18:02:40 GMT
  10.  
  11. Sending this for a friend, his mail server does not work at the moment.
  12. Please send replyes to laz@ts.umu.se, or in the newsgroup:
  13. 8<---------------------------------------------------------------------
  14. Hello!
  15.  
  16. I have a problem to get my Ethernetcard to work.
  17.  
  18. Equipment:
  19.  
  20. * A4000/040
  21. * GG2 Bus+ board
  22. * 16 BIT Ethernet Card
  23. * (Dual Serial Board)
  24. * (FastLane Z3 Card)
  25. * AmiTCP4.0
  26.  
  27. A have installed AmiTCP and choosen the alternative GG2-bus+Ethernetcard in
  28. the installation of AmiTCP.
  29.  
  30. The Startnet-file looks like this:
  31.  
  32. --------8<----------------8<----------------8<----------------8<--------
  33. .key IPADDRESS
  34. .bra {
  35. .ket }
  36. .def IPADDRESS 130.239.124.147
  37.  
  38. ; log in
  39. echo
  40. echo login: laz
  41. AmiTCP:bin/login -f laz
  42. AmiTCP:bin/umask 022
  43. AmiTCP:AmiTCP
  44. WaitForPort AMITCP
  45. ; Configure loop-back device
  46. AmiTCP:bin/ifconfig lo0 localhost
  47. ; Assure that ENV:Sana2 exists
  48. if not exists ENV:Sana2
  49.   makedir ENV:Sana2
  50. endif
  51. ; Create gg_ne2000 configuration file
  52. echo "IRQ=3 IOADDR=0x300 " >ENV:Sana2/gg_ne2000.config_0
  53. ; Configure gg_ne2000
  54. AmiTCP:bin/ifconfig gg_ne2000 {IPADDRESS} netmask 255.255.255.0
  55. ; Add IP address entry for this host
  56. rx "address AMITCP; 'ADD HOST {IPADDRESS} pedgr1d-408.sn.umu.se '"
  57. ; Add route to this host
  58. AmiTCP:bin/route add {IPADDRESS} localhost
  59. ; Add route to the default gateway
  60. AmiTCP:bin/route add default 130.239.124.1
  61. setenv HOSTNAME `AmiTCP:bin/hostname`
  62. Assign TCP: Exists > NIL:
  63. IF Warn
  64.   Mount TCP: from AmiTCP:devs/Inet-Mountlist
  65. EndIf
  66. ; Start the internet `super server'
  67. run AmiTCP:bin/inetd
  68. --------8<----------------8<----------------8<----------------8<--------
  69. (the IRQ and IOADDR is correct!)
  70.  
  71. Then I start AmiTCP this is what happens:
  72.  
  73. --------8<----------------8<----------------8<----------------8<--------
  74. 18.Alfa:AmiTCP-4.0/bin> startnet
  75. login: laz
  76. Last login: Thu Jan 25 17:29:19 1996 from Console
  77. AmiTCP/IP version 4.0 demo
  78. Copyright ⌐ 1994 AmiTCP/IP Group,
  79.                  Network Solutions Development Inc., Finland.
  80. Copyright ⌐ 1980--1991 The Regents of the University of California.
  81.             All rights reserved.
  82. ifconfig: ioctl (SIOCGIFFLAGS): no such interface
  83. add host 130.239.124.147: gateway localhost
  84. add net default: gateway 130.239.124.1: Network is unreachable
  85. --------8<----------------8<----------------8<----------------8<--------
  86.  
  87. This is written in a window by the name "AMITCPIP Log", and it says:
  88.  
  89. --------8<----------------8<----------------8<----------------8<--------
  90. Thu Jan 25 17:32:41 1996 [err  ]: OpenDevice: Device or unit failed to open
  91. --------8<----------------8<----------------8<----------------8<--------
  92.  
  93. The errormessage appaers when ifconfig is run.
  94.  
  95. In Amitcp:db/interfaces exists the device with:
  96.  
  97. --------8<----------------8<----------------8<----------------8<--------
  98. gg_ne2000 DEV=DEVS:Networks/gg_ne2000.device UNIT=0
  99. --------8<----------------8<----------------8<----------------8<--------
  100.  
  101. And the device is where it is supposed to be:
  102.  
  103. --------8<----------------8<----------------8<----------------8<--------
  104. 18.Alfa:AmiTCP-4.0/bin> list DEVS:Networks/gg_ne2000.device
  105. Directory "DEVS:Networks" on Torsdag 25-Jan-96
  106. gg_ne2000.device            9620 ----rwed 07-Jan-96 23:11:11
  107. 1 file - 20 blocks used
  108. 18.Alfa:AmiTCP-4.0/bin>
  109. --------8<----------------8<----------------8<----------------8<--------
  110.  
  111. >From my user-startup:
  112. --------8<----------------8<----------------8<----------------8<--------
  113. ;BEGIN GG2 Bus+
  114. Run <nil: >nil: "sys:GG2 Bus+/Enforcer/Enforcer" quiet
  115. Path "sys:GG2 Bus+/Bin" ADD
  116. ;END GG2 Bus+
  117. --------8<----------------8<----------------8<----------------8<--------
  118.  
  119. I have tried both with and without cashes and with 030 and 040 CPU,
  120. but always the same result. :-(
  121.  
  122. The ethernetcard is garanteed to be NE2000-compatible and I have tried
  123. several others ethernetcards, but no success.
  124.  
  125. I have also tried to put the card in different "Card-places" but it did
  126. not help either.
  127.  
  128. I hope that somebody can help me to get it working.
  129.  
  130. -- 
  131.  Anders Arnholm, email: dvlaam@cs.umu.se, balp@ts.umu.se, Sysop@balp.ct.se
  132.  voice:+46-90-196352, +46-70-7337144 Data: +46-90-199104 
  133. ========================================================================
  134. Microsoft Network is prohibited from redistributing this work in any 
  135.